-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove_exactor #224
base: master
Are you sure you want to change the base?
remove_exactor #224
Conversation
end | ||
|
||
def deps do | ||
[ | ||
{:meck, "~> 0.8"}, | ||
{:exactor, "~> 2.2"}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should also be removed from the mix.lock file
mix deps.clean --unused --unlock
This comment was marked as resolved.
This comment was marked as resolved.
@nathany-copia how did you fixed the module Finch is not available? |
I tried to address the build error on #227. Is this change still valid? If so, I appreciate if you could rebase against current master branch 🙇 . |
This is deprecated for long time and breaks on elixir 1.18-dev